home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / WINDOWS / WB_33C.ARJ / README.TXT < prev    next >
Text File  |  1992-06-22  |  3KB  |  112 lines

  1. The enclosed files comprise the initial release of the
  2. WinBatch Network Command Extenders.  
  3.  
  4. They add a number of new network commands to the
  5. basic WinBatch command set.  These commands can also be
  6. added to our Command Post and File Commander products.
  7.  
  8.   The added commands are:
  9.  
  10.  
  11. NetMapRoot("DriveLetter","Path")
  12. NetMsgAll("ServerName","Message")
  13. NetMsgSend("ServerName","UserName","Message")
  14. NetLogin("ServerName","UserName","Password")
  15. NetLogout("ServerName")
  16. NetMemberGet("Servername","GroupName")
  17. NetMemberSet("ServerName","GroupName")
  18. NetAttach("ServerName")
  19. NetDetach("ServerName")
  20.  
  21. These commands, and the built in network commands are
  22. all documented in the file NETWORK.TXT
  23.  
  24.  
  25. To enable these commands copy the files into a directory
  26. mentioned in the DOS PATH statement and then do the following:
  27.  
  28. WinBatch
  29.     Version 3.0 and previous   -   Cannot connect to these commands
  30.  
  31.     Version 3.1             Add to the      WWW-PROD.INI file
  32.                                            [WinBatch] Section
  33.                                            CMDEXTDLL=WWWDNETX.DLL
  34.  
  35.  
  36.  
  37.     Version 3.2 and later   ** AUTOMATIC *  Below is the default activity
  38.  
  39.                             In the         WWWBATCH.INI file
  40.                                            [Main] Section
  41.                                            CMDEXTDLL=WWWDNETX.DLL
  42.  
  43. Command Post  
  44.     Version 7.0 and older   -  Cannot connect to these commands
  45.  
  46.     Version 7.1 and 7.2      Add to the   WWW-PROD.INI file
  47.       (up to 7.5 - unreleased)            [CmdPost] Section
  48.                                           CMDEXTDLL=WWWDNETX.DLL
  49.  
  50.     Version 7.5 (unreleased)    
  51.     or later                   In the     WWWBATCH.INI file
  52.                                           [Main] Section
  53.                                           CMDEXTDLL=WWWDNETX.DLL
  54.  
  55.  
  56. File Commander
  57.  
  58.     All Versions                  * AUTOMATIC *  Below is the default activity
  59.                                         In the   WWWBATCH.INI file
  60.                                         [Main] Section
  61.                                         CMDEXTDLL=WWWDNETX.DLL
  62.  
  63.  
  64. * * *
  65.  
  66. Also enclosed is the @NETTEST.WBT file.  This file will attempt a number
  67. of network commands, produce a report (NETRSLT.TXT) and determine what 
  68. commands may be supported by your network.   Please run the WBT file with
  69. WinBatch and forward a copy of the report to us.   The top couple of lines
  70. of the report will give the addresses, Compuserve ID's or BBS numbers.  If
  71. we can get these reports back from a lot of people, we can improve support
  72. for all networks.
  73.  
  74. The test WBT file is kind of generic.  You can modify it so that, for example,
  75. the NetAttach commands really attaches to a server, instead of failing on
  76. a non-existant server.  We would like to know of your experiences in these
  77. matters too.  You may find it necessary to comment out some commands totally
  78. unsupported by your system
  79.  
  80.  
  81.  
  82. Morrie Wilson
  83. (206) 938-1743
  84.  
  85.  
  86. * * * * * * * * * 
  87.  
  88. Portions of this package, namely the following files:
  89.  
  90. NWCORE.DLL
  91. NWCONN.DLL
  92. NWMISC.DLL
  93.  
  94. are Copyrighted by Novell, Inc. and are distributed under
  95. a special licensing agreement.
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.   
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.